home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000803_Denis.Roegel@loria.fr_Mon Jul 25 22:23:10 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from lorraine.loria.fr by cs.umb.edu with SMTP id AA06979
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 25 Jul 1994 14:22:54 -0400
  3. Received: from pandore.loria.fr (pandore.loria.fr [152.81.4.135]) by lorraine.loria.fr (8.6.9/8.6.9) with ESMTP id UAA14830; Mon, 25 Jul 1994 20:22:47 +0200
  4. From: "Denis B. Roegel" <Denis.Roegel@loria.fr>
  5. Received: from localhost (roegel@localhost) by pandore.loria.fr (8.6.4/8.6.4) id UAA24464; Mon, 25 Jul 1994 20:23:11 +0200
  6. Message-Id: <199407251823.UAA24464@pandore.loria.fr>
  7. Subject: Re: \font ... in UNIX-TeX
  8. To: mackay@cs.washington.edu (Pierre MacKay)
  9. Date: Mon, 25 Jul 1994 20:23:10 +0200 (MET DST)
  10. Cc: tex-k@cs.umb.edu
  11. In-Reply-To: <199407251659.JAA28904@june.cs.washington.edu> from "Pierre MacKay" at Jul 25, 94 09:59:47 am
  12. X-Mailer: ELM [version 2.4 PL23]
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=ISO-8859-1
  15. Content-Transfer-Encoding: 8bit
  16. Content-Length: 1316      
  17.  
  18. 'Pierre MacKay'
  19. :   
  20. :   If you locally change the \catcodes of the characters that
  21. :   are causing you difficulty to \catcode11, you will be
  22. :   able to use them in file names (but if you do that with \
  23. :   you had better have a substitute \catcode0 character to
  24. :   get you back.  
  25. :   
  26.  
  27. Somebody once said that TeX never lets you remove all category 0
  28. tokens. I took the opportunity to check it. As a matter of fact,
  29. TeX lets you do it! 
  30.  
  31. You can see that
  32.  
  33. \catcode`\\=1
  34. \bye
  35.  
  36. ends with a `*'.
  37.  
  38. The following trick allows one to end a file, without having
  39. a category 0 token:
  40.  
  41. \edef~{\noexpand\bye}
  42. \catcode`\\=1
  43. ~
  44.  
  45. Denis.
  46.  
  47.  -----------------------------------------------------
  48. | Denis Roegel                                        |
  49. | CRIN (Centre de Recherche en Informatique de Nancy) | 
  50. | F-54506 VANDOEUVRE-LES-NANCY                        |
  51. | FRANCE                                              |
  52. | e-mail: roegel@loria.fr                             |
  53.  -----------------------------------------------------
  54.  
  55. ======================================================
  56.  "Si vous n'etes pas capable -- a longue echeance --
  57.  d'expliquer a n'importe qui ce que vous avez fait, 
  58.  votre activite a ete inutile."
  59.  Erwin Schroedinger, Science and Humanism, 1951.
  60. ======================================================